home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / GCC 1.37.1r14 / usr / gcc-1.37.1r14 / object oriented files / CDRVRTable.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-02  |  170 b   |  10 lines  |  [TEXT/KAHL]

  1. #pragma once
  2.  
  3. #include <CArrayPane.h>
  4.  
  5. class CDRVRTable : public CArrayPane
  6. {
  7. public:
  8.     virtual void GetCellText( Cell aCell, short availableWidth, StringPtr itsText);
  9.  
  10. };